Description | Example | Return Message | Group(s)

SCHED: NewCustomSTKReport

Format

SCHED / NewCustomSTKReport '<RepName>' '<STKRepName>' <ObjectCount> <Object1Type> (<Object2Type>) <Style> (<Arg1> <Arg2>) (<ApplyAccess>)

Description

The SCHED NewCustomSTKReport command creates a new connection to STK in the active schedule. Further documentation of this is available on the "STK Custom Reports" page

Parameters

  • RepName: A string of text in single quotes that Scheduler will use to refer to the report.
  • STKRepName: The name of a report object in STK.
  • ObjectCount: The number of objects used by the STK report-- 1 or 2
  • Object1Type: The type of the first object, one of "Aircraft", "AreaTarget", "Chain", "GroundVehicle", "LaunchVehicle", "Missile", "Place", "Planet", "Radar", "Receiver", "Sensor", "Ship", "Star", "Target", or "Transmitter"
  • Object2Type: The type of the second object-- should be omitted if "ObjectCount" is 1.
  • Style: The report style: "W" for Window, "S" for Single, or "V" for Value.
  • Arg1: For "W" reports, omit. For "S" reports, Filter Start, a Boolean. For "V" reports, a Boolean indicating whether the units of the column are degrees.
  • Arg2: For "W" reports, omit. For "S" reports, Filter Stop, a Boolean, For "V" reports, an integer specifying which column of the STK report provides the needed value.
  • ApplyAccess: For "V" reports, a Boolean, whether to apply access intersections. Omitted for the other style types.

Examples

Creates a new custom report, "RoutineObservation", in the active schedule

SCHED / NewCustomSTKReport RoutineObservation ObjHeight 2 Facility Planet W

SyntaxExample
<CommandName>SCHED / NewCustomSTKReport
<NewRepName>RoutineObservation
<STKReport>ObjHeight
<ObjectCount>2
<Object1Name>GroundStation
<Object2Name>Planet
<Style>W

SCHED / NewCustomSTKReport SpecialEvent Distance 1 Missile S YES true

SyntaxExample
<CommandName>SCHED / NewCustomSTKReport
<NewRepName>SpecialEvent
<STKReport>Distance
<ObjectCount>1
<Object1Name>Missile
<Style>S
<Arg1> (FilterStart)YES
<Arg2> (FilterStop)true

 

Return Message

If activated, Connect returns an acknowledgment message.

Group Membership

This command belongs to the following group(s):

Scheduler

Version

11.6